home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
honeytrouble.swf
/
scripts
/
DefineSprite_228_BOX_x
/
frame_3
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
280 b
|
15 lines
_root.once_time = 1;
this.count_num = 250;
this.onEnterFrame = function()
{
this.count_num = this.count_num - 1;
if(this.count_num <= 0)
{
delete this.onEnterFrame;
if(_root.pop_.length > 0)
{
this.gotoAndStop(2);
}
}
};